'宣言
<System.Runtime.CompilerServices.ExtensionAttribute()> Public Overloads Shared Function IndexedField(Of T)( _ ByVal row As System.Data.DataRow, _ ByVal columnIndex As System.Integer _ ) As T
[System.Runtime.CompilerServices.Extension()] public static T IndexedField<T>( System.Data.DataRow row, System.int columnIndex )
パラメータ
- row
- データ行。
- columnIndex
- 列の0から始まる順序位置。
型パラメータ
- T
- データ列の型。
戻り値の型
データ列の値。